home *** CD-ROM | disk | FTP | other *** search
- //Change in 1.2: distinction between returnSelection and pasteSelection
- //is not needed, as the author of 1.1 thought.
- //The serviced application will know itself, according to whether or not
- //Return Type: was given (relevant only if you studied 1.1).
-
- //The Update Dynamic Services service is included in the Mach-O file.
- //The others are, as the name says, dynamic.
- //See NXUpdateDynamicServices (use Digital Librarian).
-
-
- #import <objc/Object.h>
- @interface Piper:Object{}
- -appDidInit:sender;
- -piperMessage:(id)pb userData:(const char *)userData error:(char **)msg;
- -reloadScripts:sender;
- @end
-